What are Classes?

Classes are used to represent objects. A class is a definition of an abstract data type. It defines the representation of the data of all objects of that type.

A class in MSL is in essence a type with default values. The class signature is its type.